バージョン

Dialog(String,IDictionary<String,Object>) メソッド

igDialog ウィジェットを設定するヘルパー。
シンタックス
'宣言
 
Public Overloads Function Dialog( _
   ByVal contentID As System.String, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As DialogWrapper
public DialogWrapper Dialog( 
   System.string contentID,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

contentID
ContentID プロパティのセッター。ダイアログのコンテンツとして使用される html 要素の id。
htmlAttributes
HtmlAttributes プロパティのセッター。

戻り値の型

DialogWrapper の新しいインスタンス
参照

オンラインで表示: GitHub